Include <getopt.h> not "getopt.h".
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:00:02 +0000 (00:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:00:02 +0000 (00:00 -0800)
commitaaf9467fb0159a467942d7086307c3542698a881
treea4b6df3dcc51f9fb6c0e72d2343b10240c530bcb
parent39d3e284c18ea6fc857f836ea84a909196821862
Include <getopt.h> not "getopt.h".

* ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
Since getopt.h is no longer in this directory, there's no point
using the form with double-quotes.
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/emacsclient.c